projects
/
xen.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
ca80bbc
)
tools/xcutils: xc_save: add missing whitespace
author
Olaf Hering
<olaf@aepfle.de>
Thu, 16 Dec 2010 18:25:33 +0000
(18:25 +0000)
committer
Olaf Hering
<olaf@aepfle.de>
Thu, 16 Dec 2010 18:25:33 +0000
(18:25 +0000)
Add missing whitespace between the two error strings.
Signed-off-by: Olaf Hering <olaf@aepfle.de>
tools/xcutils/xc_save.c
patch
|
blob
|
history
diff --git
a/tools/xcutils/xc_save.c
b/tools/xcutils/xc_save.c
index 4ae7e4cf9c493e23557ff934878d036dcf930acf..59380c4dbb0819ee9c35333bf3c9155275472186 100644
(file)
--- a/
tools/xcutils/xc_save.c
+++ b/
tools/xcutils/xc_save.c
@@
-201,7
+201,7
@@
main(int argc, char **argv)
xc_suspend_evtchn_init(si.xch, si.xce, si.domid, port);
if (si.suspend_evtchn < 0)
- warnx("suspend event channel initialization failed"
+ warnx("suspend event channel initialization failed
,
"
"using slow path");
}
}